Update GdkOffscreenWindow to new draw_drawable prototype
authorAlexander Larsson <alexl@redhat.com>
Thu, 4 Jun 2009 10:48:23 +0000 (12:48 +0200)
committerAlexander Larsson <alexl@redhat.com>
Thu, 4 Jun 2009 10:51:04 +0000 (12:51 +0200)
All rendering of drawables on offscreen was broken due to this change which
had not been implemented fully in offscreen windows.

gdk/gdkoffscreenwindow.c

index 5791eace5092cccf6dec7fee60c233f0791af8f8..efdfcd93f38e35771cf2d73ee72adb7d4bc2cb04 100644 (file)
@@ -281,6 +281,7 @@ static void
 gdk_offscreen_window_draw_drawable (GdkDrawable *drawable,
                                    GdkGC       *gc,
                                    GdkPixmap   *src,
+                                   GdkDrawable *original_src,
                                    gint         xsrc,
                                    gint         ysrc,
                                    gint         xdest,